Skip to content

feat: track passwordChangedAt on password writes#116

Merged
zzswang merged 1 commit into
mainfrom
codex/password-changed-at-tracking
Apr 13, 2026
Merged

feat: track passwordChangedAt on password writes#116
zzswang merged 1 commit into
mainfrom
codex/password-changed-at-tracking

Conversation

@coderprepares
Copy link
Copy Markdown
Collaborator

Summary

  • add passwordChangedAt to the user entity and generated OpenAPI schema
  • update create, upsert, and password update flows to persist the timestamp whenever a password hash is written
  • add service tests covering create, updatePassword, and upsert behavior

Testing

  • pnpm test src/user/user.service.spec.ts --runInBand
  • pnpm test

@coderprepares coderprepares force-pushed the codex/password-changed-at-tracking branch from 1eb536c to d3ee321 Compare April 13, 2026 08:56
@github-actions
Copy link
Copy Markdown
Contributor

sdk version 2.24.0-pr-116-beb77cb0b3

## for js/ts project
pnpm add @36node/auth-sdk@2.24.0-pr-116-beb77cb0b3

@zzswang zzswang merged commit 22bdfbc into main Apr 13, 2026
3 checks passed
@zzswang zzswang deleted the codex/password-changed-at-tracking branch April 13, 2026 09:02
zzswang pushed a commit that referenced this pull request Apr 13, 2026
🤖 I have created a release *beep* *boop*
---


## [2.25.0](v2.24.0...v2.25.0)
(2026-04-13)


### Features

* track passwordChangedAt on password writes
([#116](#116))
([22bdfbc](22bdfbc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants